home *** CD-ROM | disk | FTP | other *** search
- <panel>
-
- <boolean id="save_current_state" value="true"/>
-
-
- <!-- filter panel on right, rest on left -->
- <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
-
- <!-- children stick top and bottom -->
- <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
-
-
- <!-- titled box -->
- <container class="titled_box" id="titb">
- <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
-
- <!-- menu bar -->
- <container id="btns" embed_in_frame="true">
-
- <layout class="arrange_horizontal_attachment" alignment="right" gap="8" embed_in_frame="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0" embed_in_frame="true"/>
-
- <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
-
-
- <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" gap="8" embed_in_frame="true"/>
-
- <widget class="embedded_popup_button" id="viem" fixed="true" save_current_state="true" auto_size="all" select_event="asch" text="View" tkex="true" embed_in_frame="true"/>
- <widget class="embedded_action_button" id="pssf" click_event="filt" fixed="true" auto_size="all" text="Show Filters" embed_in_frame="true" save_current_state="true"/>
- </container>
-
- <!-- main table -->
- <widget class="table" id="stat" mode="fill_rows" layout="80,-1,125,-1, 150" auto_size_rows="true" row_span="0">
- <list id="headings">
- <record text="Rank" alignment="left,centre_y"/>
- <record text="Player" alignment="left,centre_y"/>
- <record text="Nationality" alignment="left,centre_y"/>
- <record text="Team" alignment="left,centre_y"/>
- </list>
-
-
- <!-- column display properties -->
- <list id="column_display_properties">
- <record indx="0" id="numc" sort_disabled="true"/>
- <record indx="1" id="perc" sort_disabled="true"/>
- <record indx="2" id="natc" sort_disabled="true"/>
- <record indx="3" id="temc" sort_disabled="true"/>
- <record indx="4" id="valc" sort_disabled="true"/>
- </list>
- </widget>
-
- </container>
-
- <!-- filter editing panel -->
- <widget class="filter_panel" id="plfp" width="200">
-
- <!-- buttons area -->
- <container id="btnf" embed_in_frame="true">
- <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
-
- <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
-
- <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
- <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
-
- <!-- filter menu -->
- <widget class="embedded_action_button" id="pshf" clke="filH" text="Hide Filters" auto_size="all" embed_in_frame="true" save_current_state="true"/>
-
- </container>
-
- <boolean id="hidn" value="true" />
-
- </widget>
- </panel>